Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure that each test closes all file descriptors #1768

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

khk-globus
Copy link
Contributor

The big add here is the autouse fixture to verify that the before and after file descriptors are in sync after each test has finished. The other hunks are all in service of ensuring the new fixture does not assert.

Type of change

  • Code maintenance/cleanup

@khk-globus khk-globus added the no-news-is-good-news This change does not require a news file label Jan 17, 2025
@LeiGlobus LeiGlobus force-pushed the close_all_resources branch from d882b6b to f63e8ba Compare January 24, 2025 01:29
khk-globus and others added 3 commits January 29, 2025 14:57
The big add here is the autouse fixture to verify that the before and after
file descriptors are in sync after each test has finished.  The other hunks are
all in service of ensuring the new fixture does not assert.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-news-is-good-news This change does not require a news file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants